home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00027_patrick up.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  828 b   |  33 lines

  1. on mouseDown
  2.   global myLine, myLine2, gsliderbar, profileVid, csn, gExtraVid, auto, gAudBlrb, gmyLineKeep
  3.   if the doubleClick or (the timer < 120) then
  4.     beep()
  5.     exit
  6.   end if
  7.   if the castNum of sprite 24 < 101 then
  8.     beep()
  9.     exit
  10.   end if
  11.   set gmyLineKeep to myLine
  12.   set the castNum of sprite 8 to 37
  13.   repeat with i = 11 to 16
  14.     set the castNum of sprite i to i + 40
  15.   end repeat
  16.   if gAudBlrb = 1 then
  17.     set gAudBlrb to 0
  18.     set the castNum of sprite 9 to 29
  19.   end if
  20.   set the movieRate of sprite 24 to 0
  21.   set the controller of cast the castNum of sprite 24 to 0
  22.   set the video of cast the castNum of sprite 24 to 0
  23.   updateStage()
  24.   set auto to 0
  25.   set profileVid to 1
  26.   set myLine to csn + gExtraVid
  27.   set palName to 205
  28.   set tpal to palName
  29.   puppetPalette(palName)
  30.   patchPal()
  31.   startTimer()
  32. end
  33.